Skip to content

Scaladoc: Enums and enum cases fix #11513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Conversation

pikinier20
Copy link
Contributor

closes #11497

case A(val s: String) extends Enum2(1)
case B(val t: String) extends Enum2(2)
case C(val u: String) extends Enum2(3)
case A(s: String) extends Enum2/*<-*/(1)/*->*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for these funny inlined comments?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These arrows are marking fragments of signature that shouldn't be documented. We don't document constructors of parents and test would fail without that.

@pikinier20 pikinier20 merged commit 51c73b9 into master Feb 25, 2021
@pikinier20 pikinier20 deleted the scaladoc/enum-children-missing branch February 25, 2021 09:08
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing enum children in Scaladoc
3 participants